home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9707 / 000029_neil@causality.com _Thu Jul 3 18:12:45 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <neil@causality.com>
  2. Received: from fm3.facility.pipex.com (fm3.facility.pipex.com [194.131.104.13]) by odie.barnet.ac.uk (8.8.2/8.8.0) with SMTP id SAA26984 for <willy@odie.barnet.ac.uk>; Thu, 3 Jul 1997 18:12:45 +0100
  3. Received: from succexpr.demon.co.uk [158.152.208.192] 
  4.     by fm3.facility.pipex.com with smtp (Exim 1.59 #22)
  5.     id 0wjoQs-0002tT-00; Thu, 3 Jul 1997 17:08:34 +0100
  6. Date: Thu, 03 Jul 1997 16:35:07 +0100 (BST)
  7. From: "Neil A. Carson" <neil@causality.com>
  8. Subject: Re: Re ELF 
  9. To: "Ka'Plaagh" <rusling@linux.reo.dec.com>
  10. Cc: Matthew Wilcox <willy@odie.barnet.ac.uk>, linux-arm@vger.rutgers.edu,
  11.         Charles Esson <charlese@cvs.com.au>
  12. In-Reply-To: <199707031541.PAA00498@linux.reo.dec.com>
  13. Message-ID: <Marcel-1.09-0703153507-26ef3nA@succexpr.demon.co.uk>
  14. MIME-Version: 1.0
  15. Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1
  16. X-Organization: Causality Limited
  17. X-Mailer: ANT RISCOS Marcel [ver 1.09]
  18. Status: RO
  19.  
  20. On Thu 03 Jul, Ka'Plaagh wrote:
  21.  
  22. > True.  Also you can flush the I cache with 1 instruction, you only clean D-cache.
  23. > To clean it you need to map a lump of memory to a high virtual address (the 
  24. > cache is virtually-tagged) and then read enough to evict all of the cache's
  25. > previous contents.   The 21285 (aka Footbridge) support chip makes this easy
  26.  
  27. Why not just use the kernel text area?
  28.  
  29. > by having an area of memory that does not actually exist, read cycles complete
  30. > in no time and return 0.  This is precisely to make cleaning the D-Cache quicker.
  31.  
  32. Sounds like the DNARD. Works very well in fact, so much so that you hardly notice
  33. the cleaning at all.